home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILREEN / PRNTUTIL.LZH / README.DOC < prev    next >
Text File  |  1985-08-06  |  9KB  |  206 lines

  1.  
  2.  
  3. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  4. THIS IS A COPYRIGHTED PROGRAM --  BE SURE TO READ THE RIGHTS AND DATA STATEMENT
  5. -------------------------------------------------------------------------------
  6.  MS-DOS, BASIC, AND AN IBM COMPATIBLE COMPUTER ARE REQUIRED FOR THESE PROGRAMS
  7. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  8.  
  9. This program was written to provide computer keyboard control over the many 
  10. printer control options of the Star Micronics Gemini 10X or 15X printers.
  11. The actual program is contained under the file name "GEM'PRTR.BAS" and runs 
  12. under the BASIC program language.  Extensive instructions are provide so that
  13. even but the most inexperience PC user can execute this program.  An
  14. installation program is also included that will automatically create a batch
  15. file that will allow a simple one word command to execute this program.   
  16. ...............................................................................
  17.  
  18.        A copy of the Printer Control Menu appears on the next screen
  19. ...............................................................................
  20.  
  21.  
  22.          {After the "-- More --" prompt, press any key to continue} 
  23.  
  24.  
  25.              GEMINI-10X PRINTER SET-UP ROUTINE                    
  26.   {Copyright @ 1985: Hank Mantz / OKC,OK; Ver 2.18: 6/11/85}      
  27.          {ENTER <@> FOR RIGHTS AND DATA STATEMENT}                
  28.                                                                   
  29.      A] PICA (10 CPI) ON             B] ELITE (12 CPI) ON         
  30.      C] MICRON (17 CPI)ON            D] NEAR LETTER QUALITY       
  31.      E] ITALICS ON                   F] ITALICS OFF               
  32.      G] DOUBLE WIDTH ON              H] DOUBLE WIDTH OFF          
  33.      I] DOUBLE STRIKE ON             J] DOUBLE STRIKE OFF         
  34.      K] EMPHASIZED ON (Pica Only)    L] EMPHASIZED OFF            
  35.      M] UNDERLINING ON               N] UNDERLINING OFF           
  36.      O] VARIABLE LINESPACING         P] 6 LPI SPACING             
  37.      Q] PAGE LENGHT (Lines)          R] PAGE LENGTH (Inches)      
  38.      S] LEFT MARGIN (Col #)          T] RIGHT MARGIN (Col #)      
  39.      U] PERFORATION SKIP ON (Lines)  V] PERFORATION SKIP OFF      
  40.      W] CONTINUOUS FORMS             X] SINGLE SHEET PAPER        
  41.      Y] SUB/SUPERSCRIPT (Set/Cancel) Z] SET TOP OF FORM (Line #)  
  42.            ^] Send 5 Lines to Printer as a Test                   
  43.      : : :                           : : :                        
  44.      *] INITIALIZE PRINTER           \] FINISHED, RTN TO DOS      
  45.                                                                   
  46.      SELECTION ? {Enter single character, translation will echo}  
  47.  
  48. INSTRUCTIONS FOR USE **********
  49. .............................................................................. 
  50.      E] ITALICS ON                   F] ITALICS OFF               
  51.          .                               .
  52.          .     <EXCERPT FOR REFERENCE>   .
  53.          .                               .
  54.            ^] Send 5 Lines to Printer as a Test                   
  55.      : : :                           : : :                        
  56.      *] INITIALIZE PRINTER           \] FINISHED, RTN TO DOS      
  57.                                                                   
  58.      SELECTION ? {Enter single character, translation will echo}  
  59. ...............................................................................
  60. >>>> BE CERTAIN YOUR PRINTER IS "ON LINE" BEFORE SELECTING FUNCTIONS OR 
  61.      SELECTIONS WILL BE IGNORED ! <<<<
  62.  
  63. After the "SELECTION ?" prompt (as shown above) simply enter the single 
  64. character to the left of the desired function.  For example to select the 
  65. italic character set, press "E"; to de-select the italic character set, press
  66. "F".  For alphabetic characters either upper or lower case letters may be used 
  67. - symbols must be entered exactly as shown.
  68.  
  69.  
  70. If you wish to reset your printer to its default conditions simply press the
  71. "*" key.  To send a sample of printing to the printer to check your settings, 
  72. press "^" (the symbol over the "6" key).  When you are satisfied with the  
  73. settings, press the "\" (note this is the back-slash) and the program will 
  74. return you to DOS.
  75.  
  76. Should any of the functions require additional data, you will be propted for
  77. it.  In cases where additional data is restricted to certain parameters, 
  78. the allowable parameters are specified in the prompt.  In most cases the 
  79. parameter selections are obvious and unrestricted.   When no cursor mark 
  80. appears after the prompt for additional data the program will automatically 
  81. continue after receiving the correct number of digits (use the space bar to 
  82. generate fill characters after your input if needed to cause the computer to 
  83. continue).  If you get a cursor mark after the prompt for additional data, 
  84. you must press the <ENTER> key to enter the parameter and continue.  
  85.  
  86. If any erroneous or illegal characters are entered they will be ignored or an 
  87. error message will appear with further instructions.  If the message is 
  88. "request aborted," you must reselect the function to try again.  
  89.  
  90. If a single referenced function automatically invokes additional functions, 
  91. the additional functions will also be echoed (for example subscripting also
  92. puts the printer in the double strike mode).
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. IMPORTANT REMINDER --
  103.  
  104. IF YOU TURN YOUR PRINTER OFF (OR IT SOMEHOW LOSES POWER) ALL SETTINGS WILL
  105. BE RESET TO THE PRINTER'S DEFAULT CONDITIONS WHEN IT COMES BACK ON. 
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. PRELIMINARIES ****
  120.  
  121. To execute this program you must first know how to "call" or "load" or
  122. somehow "initialize" the BASIC program language on your particular computer. 
  123. You may have to check your computer's operating manual to get this information.
  124. Typically this "call" is a very simple and obvious command such as "BASICA" or
  125. "GWBASIC" or even just "BASIC".  To run a BASIC program usually the program 
  126. name is entered after the "call" command.  Using the printer control program 
  127. name some examples using the various "calls" are: 
  128.  
  129.                         "BASICA GEM'PRTR.BAS"                      
  130.                         "GWBASIC GEM'PRTR.BAS"                                
  131.                         "BASIC GEM'PRTR.BAS"      
  132.  
  133. If one of these three commands happens to work on your computer (there's a 
  134. very good chance one will), the author has provide a very simple means to 
  135. install a quick command scheme. After executing the following install 
  136. procedure all that will be required to run this program will be the command
  137. "PRT". The procedure will create a batch file that will automatically call 
  138. BASIC your way and direct it to run the program.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145. >>>> IMPORTANT NOTE ABOUT BASIC -
  146. If at any time during this or future operations you get the following prompt:
  147.  
  148. OK      
  149.  
  150. (that's right, just an "OK") you have entered the BASIC program language 
  151. outside of a program.  In order to return to your operating system (DOS) type
  152. the command "SYSTEM" and enter it or reset your computer (CTRL/ALT/DELETE).
  153. If you use the reset method all printer setting will be reset to their default
  154. values. 
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. INSTALLATION PROCEDURE ***
  163.  
  164. After determining your computer's BASIC call, enter the following command:
  165.           "INSTALL <the BASIC call>"
  166. For example, if the computer uses "GWBASIC" as the call, enter
  167.           "INSTALL GWBASIC"
  168. (If you later want to move this program to another computer that has a
  169. different BASIC call, simply re-perform the installation procedure.)                        
  170.  
  171.  >>  NOW JUST ENTER THE COMMAND  " PRT " AND THE PROGRAM WILL EXECUTE  <<
  172.  
  173. In order to get the ability to execute this program from any directory, both
  174. files "PRT.BAT" and "GEM'PRTR.BAS" must be in the root directory or in a
  175. directory established in a command path by the MS-DOS 2.0 "PATH" command.  If
  176. you have any problems or questions about installing these program, the author
  177. will be happy to advise you (of course without charge).  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184. ...............................................................................
  185. If you do not have a GEMINI 10X or 15X but would like to have this type of 
  186. control over your printer, contact the author as there are versions of this
  187. program written for other printers.
  188. ...............................................................................
  189. RIGHTS AND DATA ********
  190.  
  191. This is a copyrighted package; however, anyone in posession of it may copy it
  192. freely and distribute at will as long as the following requirements are met.
  193. 1. No charge can be made for these programs.  A small charge of $3.00 or less
  194.    may be made for making the copy, the cost of the disk used for the copy, and
  195.    any shipping costs may passed on if provided by the copier.
  196. 2. The author's copyright legend and version identification appearing at the 
  197.    top of the menu and the rights and data statement called by " @ " from the 
  198.    menu cannot be deleted or modified.
  199.  
  200. For a fee of $10.00, you may place yourself on a mailing list for one year to
  201. receive notification of significant bugs or major updates from the author.
  202.  
  203.                                   Author:  Hank Mantz
  204.                                            2300 N.W. 120th St.
  205.                                            Oklahoma City, OK.  73120
  206.